Export a few symbols to be used by friends.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 8 Apr 2005 20:17:25 +0000 (20:17 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 8 Apr 2005 20:17:25 +0000 (20:17 +0000)
gpsbabel/magellan.h

index f7a023b16707f63804b75c118259d22e5487bb82..062742634b3be3930da305496510145aed44d221 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2002 Robert Lipe, robertlipe@usa.net
+    Copyright (C) 2002-2005 Robert Lipe, robertlipe@usa.net
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -47,5 +47,8 @@ typedef struct icon_mapping {
 const char * mag_find_descr_from_token(const char *token);
 const char * mag_find_token_from_descr(const char *icon);
 
+unsigned int mag_checksum(const char *const buf);
+char * m330_cleanse(char *istring);
+
 waypoint * mag_trkparse(char *trkmsg);
 void mag_rteparse(char *rtemsg);